<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.main{width:100%;margin:0 auto;max-width: 1600px;padding:0 20px;}
.main2{width: 100%;margin: 0 auto;max-width: 1920px;padding:0 80px;background: #1c1c1c;/* background-image: url(../images/biglogo.jpg); */background-position: left top;background-repeat: no-repeat;}
.main3{width: 100%;margin: 0 auto;max-width: 1920px;padding:0 80px;display: flex;justify-content: space-between;}
.main4{width:100%;margin:0 auto;max-width: 1200px;padding:0 20px;}
.home-margin{padding: 80px 0 122px 0;}
.banner-top{width: 100%;}
@media (max-width:1680px) {
	.home-margin{padding: 4% 0 8% 0;}
	.main{padding: 0 6%;}
	
}
@media (max-width:1440px) {
	.main4{padding: 0 6%;}
}
@media (max-width:1280px) {
	.main3,.main2{padding:0 40px;}
}
@media (max-width:1080px){
	.main{padding:0 4%;}
	.main2{padding:0 4%;}
	.main3{padding:0 4%;}
}
.title{text-align: center;margin-bottom: 54px;}
.title div{width: 48px;height: 4px;background: #006fba;margin: 40px auto 0;}
.title h2{font-size: 36px;line-height: 36px;font-weight: bold;font-family: "微软雅黑";color: #006fba;}
.title h4{font-size: 12px;line-height: 20px;font-weight: bold;font-family: "Arial";color: #f08500;margin-top: 10px;}
@media (max-width:1280px) {
	.title{margin-bottom: 2%;}
	.title div{margin: 2% auto 0;}
	.title h2{font-size: 30px;}
	.title h4{margin-top: 4px;}
}
@media (max-width:1080px) {
	.title {margin-bottom: 30px;}
	.title h2{font-size: 26px;line-height: 36px;}
	.title h4{margin-top: 0;}
}
@media (max-width:769px) {
	.home-p{padding: 0 30px;}
	.title {margin-bottom: 14px;}
	.title div{width: 30px;height: 2px;}
	.title h2{font-size: 18px;line-height: 20px;}
	.title h4{margin-top: 0;font-weight: unset;}
	.home-margin{padding: 40px 0;}
}
@media (max-width:450px) {
	.title h2{font-size: 16px;}
}

/* 内页 顶部 */
.common-top{height: auto;width: 100%;}
.common-top .ph{display: none;}
.common-top img{display: block;width: 100%;max-height: 680px;object-fit: cover;}
@media (max-width:769px) {
	.common-top .ph{display: block;}
	.common-top .pc{display: none;}
}

/* 面包导航 */
.vice-nav{width: 100%;background: #fff;border-bottom: 1px solid #e0e0e0;}
.vice-nav ul{display: flex;height: 78px;justify-content: flex-end;align-items: center;}
.vice-nav li:nth-child(2n){margin: 0 20px;}
.vice-nav li a{display: block;width: 100%;}
.vice-nav li h4{font-size: 16px;line-height: 36px;color: #666;font-family: "微软雅黑";}

.vice-nav2{width: 100%;border-bottom: 1px solid #e0e0e0;}
.vice-nav2 .main{display: flex;justify-content: space-between;align-items: center;}
.vice-nav2 li h3{font-size: 18px;line-height: 78px;font-family: "微软雅黑";font-weight: bold;color: #666;}
.vice-nav2 ul{display: flex;height: 78px;justify-content: flex-end;align-items: center;}
.vice-nav2 li:nth-child(2n){margin: 0 20px;}
.vice-nav2 li a{display: block;width: 100%;}
.vice-nav2 li h4{font-size: 16px;line-height: 36px;color: #666;font-family: "微软雅黑";}
.vice-nav2 li.active h3{color: #007ed3;border-bottom: 1px solid #007ed3;}
.vice-nav2  .btn-vic{display: none;width: 36px;height: 36px;background-size: cover;background-repeat: no-repeat;}
@media (max-width:1280px) {
	.vice-nav ul{height: 54px;}
}
@media (max-width:769px) {
	.vice-nav2 ul{height: 50px;}
	.vice-nav li h4{font-size: 14px;}
	.vice-nav2 li h3{font-size: 14px;line-height: 50px;}
	
	.vice-nav2 .main{flex-direction: column;}
	.vice-nav2 li.active h3{border-bottom: none;}
	.vice-nav2  .btn-vic{display: block;background-image: url(../images/pro-add.png);margin:2% 0;}
}
@media (max-width:480px) {
	.vice-nav ul{height: 38px;}
	.vice-nav li h4{font-size: 12px;}
	.vice-nav2 .btn-vic{width: 24px;height: 24px;}
	.vice-nav2 ul{height: 34px;}
}

.inside-nav-box{width: 100%;background: #fff;border-bottom: 1px solid #e0e0e0;}
.inside-nav-box .inside-nav{float: left;width: 70%;position: relative;}
.inside-nav-box .inside-nav .swiper-container{width:70% ;}
.inside-nav-box .inside-nav .swiper-container{width:100% ;}
.inside-nav-box .inside-nav .swiper-button-next, .swiper-button-prev {display: none;}
.inside-nav-box .crumbs{float: right;width: 30%;}
.inside-nav-box .crumbs ul{display: flex;justify-content: flex-end;height: 78px;align-items: center;}
.inside-nav-box .crumbs li a{display: block;width: 100%;}
.inside-nav-box .crumbs li:nth-child(2n){margin: 0 20px;}
.inside-nav-box .crumbs li h4{white-space: nowrap;font-size: 16px;line-height: 36px;color: #666;font-family: "微软雅黑";}
.inside-nav-box .crumbs li.active h3{color: #007ed3;border-bottom: 1px solid #007ed3;}

.inside-nav li{width: auto;position: relative;}
.inside-nav li a{display: block;width: 100%;}
.inside-nav li h6{font-size: 18px;line-height: 78px;font-family: "微软雅黑";color: #666;}
.inside-nav .swiper-button-next.swiper-button-disabled{opacity: 0;}
.inside-nav .swiper-button-prev.swiper-button-disabled{opacity: 0;}
.inside-nav li.active h6{color: #007ed3;border-bottom: 1px solid #007ed3;}

.editor{width:100%;font-size:16px;color:#666;line-height:32px;font-family:"微软雅黑";padding: 3% 0;border-bottom: 2px solid #e0e0e0;border-top: 2px solid #e0e0e0;}
.editor h2{font-size:58px;color:#004ea3;font-family:"Arial";font-weight:bold;line-height:50px;}
.editor h6{font-size:18px;color:#004ea3;line-height:28px;margin-top:16px;margin-bottom:30px;}
.editor p{line-height:32px;}
.editor img{max-width:100%;}

@media (max-width:1080px){
    .editor{font-size:14px;line-height:24px;}
    .editor p{line-height:24px;}

    .editor h2{font-size:32px;line-height:24px;}
    .editor h6{font-size:16px;line-height:26px;margin-top:8px;margin-bottom:20px;}
}
@media (max-width:769px) {
	.inside-nav-box .inside-nav{width: 100%;}
	.inside-nav-box .crumbs{display: none;}
}
@media (max-width:480px) {
	.inside-nav li h6{font-size: 16px;line-height: 44px;}
	.inside-nav .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-size: 40%;}
	.inside-nav .swiper-button-next, .swiper-button-prev{background-size: 40%;}
	.inside-nav-box{overflow: hidden;}
	.inside-nav-box .inside-nav{float: none;margin: 0 auto;width: 80%;}
	.inside-nav-box .inside-nav .swiper-button-next, .swiper-button-prev {display: block;}
	.inside-nav .swiper-button-next{right: -50px;}
	.inside-nav .swiper-button-prev{left: -50px;}
}
/* 页码 */
.page01{text-align: center;width: 100%;}
.page01 .current{color: #fff;background: #007ed3;}
.page01 a{display: inline-block;zoom: 1;padding: 0 16px;height: 40px;line-height: 40px;margin: 0 6px;color: #999999;background: #fff;cursor: pointer;text-align: center;}
.page01 a:hover{background: #007ed3;color: #fff;}
.page01 a:nth-child(600){background: none;margin: 0;}
.page01 input.go{background: #007ed3;color: #fff;border:none}
.page01 input{display:inline-block;zoom:1;*display:inline;width:50px;padding:0 8px;margin: 0 6px;height:40px;border:none;background:#ececeb;}
.list-more{display: none;width: 120px;border: 1px solid #007ed3;border-radius: 8px;text-align: center;margin: 0 auto;}
.list-more a{font-size: 16px;color: #007ed3;line-height: 30px;}
@media (max-width:769px) {
	.page01{display: none;}
	.list-more{display: block;}
}



/* banner -top */
.banner-top{width: 100%;z-index: 5;}
.banner-top .img{width: 100%;height: 100%;overflow: hidden;position: relative;}
.banner-top .img img{width: 100%;height: 100%;display: block;object-fit: cover;}
.banner-top .img h4{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.banner-top .img h4{font-family: "微软雅黑";font-weight: bold;color: #fff;font-size: 30px;line-height: 30px;}
.banner-top .img h4 span{border-bottom: 5px solid #fff;padding: 20px 0;}
.iconfont{float: right;}
@media (max-width:1280px) {
	.banner-top .img h4{font-size: 20px;}
	.banner-top .img h4 span{padding: 15px 0;}
}
@media (max-width:1080px) {
	.banner-top .img h4{font-size: 18px;}
	.banner-top .img h4 span{padding: 10px 0;}
}
@media (max-width:769px) {
	.banner-top .img img{min-height: 200px;}
}
@media (max-width:450px) {
	.banner-top .img h4 span{padding: 4px 0;border-bottom: 2px solid #fff;}
}

/* 联系 */
.top{width: 100%;height: 60px;line-height: 60px;background: #004097;font-size: 20px;color: #fff;}
.top img{margin-right: 10px;display:inline-block;max-width: 100%;}
.top .line{float: left;color: #2f75d5;margin: 0 15px;}
.top .phone{float: left;margin-right: 10px;}
.top .email{float: left;margin-left: 10px;margin-right: 30px;}
.top .email a{color: #fff;}
.top .QR{float: left;}
.top .CH{float: right;}
.top .CH a{display: block;}
.top .CH img{margin-top: -6px;}

@media (max-width:1080px){.top{display: none;}}

/* 导航 */
.scroll{background-color: rgba(0,111,186,0.8)!important;top: 0;}
.headerMenu{width: 100%;position: fixed;height:80px;padding-top: 10px;z-index: 99;transition: all 1s;-webkit-transition: all 1s;}
.header-logo{width: auto;height: 62px;margin-top:9px;margin-right: auto;}
.header-logo a{float: left;height: 100%;}
.header-logo a img{display: block;max-height: 100%;}
.headerMenu.open{background: rgba(0,111,186,0.8);}
.headerMenu .CH{display: none;float:right;padding: 0 10px;}
.headerMenu .CH a{color: #fff;line-height: 44px;font-size: 18px;display: block;width:100%;}
.headerMenu.scroll{margin-top: 0;padding-top: 10px;box-shadow: 0 10px 30px rgba(0,0,0,0.1);}
.headerMenu .header-logo .img2{display: none;}
.headerMenu.scroll .header-logo .img2{display: block;}
.headerMenu.scroll .header-logo .img1{display: none;}
.headerMenu.open .header-logo .img2{display: block;}
.headerMenu.open .header-logo .img1{display: none;}
@media (max-width:1080px){
	.headerMenu{height: 48px;margin-top: 20px;}
	.headerMenu .CH{display: block;}
	.header-logo{height: 36px;margin-top:6px;}
	.header-search-btn{margin-right: 20px;}
	.headerMenu.scroll .header-search-btn img{display: none;}
	/* .headerMenu.scroll .header-search-btn{background: url(../images/search2.png)no-repeat center;} */
	.headerMenu.scroll.open .icon-nav-btn a i{background-color: #fff;}
	.headerMenu.scroll .icon-nav-btn a i{background-color: #fff;}
	.headerMenu.open .icon-nav-btn a i{background-color: #fff;}
	.headerMenu.open .header-search-btn img{display: none;}
	/* .headerMenu.open .header-search-btn{background: url(../images/search2.png)no-repeat center;} */
	.headerMenu.open{margin-top: 0;}
	.headerMenu.open .header-nav{margin: 0;}
}
@media (max-width:769px) {
	.headerMenu{margin-top: 0;}
}
@media (max-width:480px) {
	.header-logo{height: 26px;margin-top: 10px;}
}


/* 手机列表 */
.icon-nav-btn{display: none; float: right;width: 32px;height: 20px;margin-top: 12px;cursor: pointer;text-align: center;margin-left: 0px;}
.icon-nav-btn a{display:block;width: 100%;height: 100%;z-index: 1003;position: relative;}
.icon-nav-btn a i{width: 24px;height: 2px;position: absolute;left: 4px;top: 0;background-color: #fff;border-radius: 2px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.icon-nav-btn a i.line02{top: 9px;opacity: 1;}
.icon-nav-btn a i.line03{top: 18px;}

@media (max-width:1080px) {
	.icon-nav-btn{display: block;}
	.icon-nav-btn.open a i.line01{transform: rotate(45deg);top:9px}
	.icon-nav-btn.open a i.line02{opacity: 0;}
	.icon-nav-btn.open a i.line03{transform: rotate(-45deg);top:9px}
}


/* 列表 */
.header-nav{left: 50%;}
.header-nav ul{float: left;display: flex;justify-content: space-around;line-height: 40px;}
.header-nav li{float: left;width: 120px;font-family: "微软雅黑";}
.header-nav li h3{float: left;width: 100%;height: 80px;text-align: center;z-index: 99;}
.header-nav li h3 a{float:left;display: block;width: 100%;font-size: 17px;margin-top: 10px;color: #fff;line-height: 40px;text-align: center;}
.header-nav li h3 a span{padding: 10px 0;transition: all .4s linear;-webkit-transition: all .4s linear;}
.header-nav li.cur h3 a span{border-bottom: 2px solid #fff;}
.header-nav li.ph-li{display: none;}
.header-nav li.ph-li h3{width: 20%;}
.headerMenu.scroll .header-nav li h3 a{color: #fff;}
.headerMenu.scroll .header-nav li.cur h3 a{color: #fff;}
.headerMenu.scroll .header-nav li.cur h3 a span{border-bottom: 2px solid #006fba;}
/* .headerMenu.scroll .search-box{border-left: 2px solid #333;} */
.headerMenu.scroll .search-box input.search-btn{background: url(../images/search2.png)no-repeat center;}


/* .header-nav li .box-tops{max-width: 1200px;} */
.header-nav li .box-tops{width: 100%;position: absolute;left: 0;padding: 50px 0;display: flex;justify-content: center;top: 100%;text-align: center;background: rgba(0,111,186,0.8);
	-webkit-transition: all 0.6s;transition: all 0.6s;-webkit-transition: opacity 0.6s linear;
      -moz-transition: opacity 0.6s linear;
      -o-transition: opacity 0.6s linear;
      transition: opacity 0.6s linear;visibility: hidden;
      opacity:0;box-shadow: 0 10px 20px 0px rgba(0,0,0,0.1);
      filter:alpha(opacity=0);}
.header-nav li .box-tops:hover{opacity: 1;top:100%;filter:alpha(opacity=1);visibility: visible;}
.sec-nav{max-width: 1000px;width: 100%;display: flex;justify-content: center;align-items: flex-start;}
.sec-nav dl{display: flex;flex-wrap: wrap;flex-direction: row;align-items: flex-start;width: 100%;justify-content: center;}
.sec-nav dl dd{margin: 0 40px;padding: 5px 0;}
.sec-nav dl dd a{display:block;font-size:16px;color:#fff;line-height: 30px;}
.sec-nav.two dl{flex-wrap: wrap;flex-direction: column;align-items: flex-start;width: 33%;}
.sec-nav dl.two dd:nth-child(1) a{font-size: 18px;font-weight: bold;padding-bottom: 2%;text-align: left;}
.sec-nav dl.two dd:nth-child(1){border-bottom: 2px solid #f5f8fc;width: 100%;}
.header-nav li h3:hover + .box-tops{opacity: 1;top:100%;filter:alpha(opacity=1);visibility: visible;}
.header-nav li h3:hover span{border-bottom: 2px solid #fff;}
.headerMenu.scroll .header-nav h3:hover span{border-bottom: 2px solid #006fba;}
/* .header-nav li .sec-nav dl:hover{opacity: 1;top:100%;display: block;filter:alpha(opacity=1);} */
.sec-nav dl dd a:hover{font-weight: bold;}

.header-search-btn{display:none;cursor: pointer;width:30px;height:30px;padding:5px;float:right;margin-top:7px;}
.header-search-btn img{display:block;width:100%;}
.search-box{cursor: pointer;float:right;margin-left: 40px;display:block;width:54px;height: 54px;border-radius:50%;background: rgba(136,136,136,0.3);background-repeat: no-repeat;background-position: center;background-image: url(../images/search.png);}
.search-box input.search-input{float:left;width:158px;background:none;outline:none;border:none;border-right:#fff solid 1px;height:28px;font-size:14px;color:#fff;line-height:28px;cursor:pointer;padding-left:20px;}
.search-box input.search-btn{float:right!important;width:60px;outline:none;border:none;height:28px;line-height:28px;cursor:pointer;background:url(../images/search.png) no-repeat center;background-size:20px;}
.headerMenu.open.scroll .header-nav{margin:0;}

.search-box-hiden{display: none;position: absolute;top: 90px;right: 80px;z-index: 99;border: 1px solid #fff;border-radius: 20px;}
.search-box-hiden .sec-two{display: flex;}
.search-box-hiden input.search-input{width:158px;background:none;outline:none;border:none;border-right:#fff solid 1px;height:40px;font-size:14px;color:#fff;line-height:28px;cursor:pointer;padding-left:20px;}
.search-box-hiden input.search-btn{width:60px;outline:none;border:none;height:40px;line-height:28px;cursor:pointer;background:url(../images/search.png) no-repeat center;background-size:20px;}
.headerMenu .search-box-hiden input.search-input::-webkit-input-placeholder{color: #fff;}
.headerMenu .search-box-hiden input.search-input::-moz-input-placeholder {color: #fff;}
.headerMenu .search-box-hiden input.search-input::-ms-input-placeholder{color: #fff;}
.headerMenu.scroll .search-box-hiden input.search-input{color: #333;}
.headerMenu.scroll .search-box-hiden{background-color: #fff;box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);}
.headerMenu.scroll .search-box-hiden input.search-input{border-right: 1px solid #333;}
.headerMenu.scroll .search-box-hiden input.search-input::-webkit-input-placeholder{color: #333;}
.headerMenu.scroll .search-box-hiden input.search-input::-moz-input-placeholder {color: #333;}
.headerMenu.scroll .search-box-hiden input.search-input::-ms-input-placeholder{color: #333;}
.headerMenu.scroll .search-box-hiden input.search-btn{background: url(../images/search2.png)no-repeat center;}
@media (max-width:1280px) {
	.search-box-hiden{right: 30px;}
}
@media (max-width:1080px) {
	.header-nav li.ph-li{display: block;display: flex;justify-content: center;}
	.search-box-hiden{top: 60px;right: 66px;}
	.search-box-hiden input.search-input{height: 32px;}
	.search-box-hiden input.search-btn{height: 32px;}
	.search-box-hiden input.search-input{width: 150px;}
}
/* 详情 头部2 */
.nav-two{margin-top: 130px;}
.headerMenu2{top: 0;background: #fff;margin-top: 0;height: 130px;padding-top: 24px;box-shadow: 0 10px 30px rgb(0 0 0 / 10%);}
.headerMenu2 .header-nav li h3 a{color: #333;}
.headerMenu2 .search-box{border-left: 1px solid #ccc;}
.headerMenu2 .search-box input.search-btn{background: url(../images/search2.png) no-repeat center;}
.headerMenu2 .icon-nav-btn a i{background: #333;}
.headerMenu2.scroll{box-shadow: 0 10px 30px rgb(0 0 0 / 10%);;}
.location{width: 100%;background: #fff;z-index: 90;margin-top: 12px;height: 80px;}
.location .home{float: left;}
.location .home a{line-height: 80px;font-size: 18px;font-family: "微软雅黑";color: #333;}
.location .home span{margin: 0 20px;}
.location .news-return{float: right;}
.location .news-return a{display: block;width: 100%;}
.location .news-return span{margin-left: 12px;color: #888;font-size: 16px;line-height: 80px;}

/* 语言 */
.language{margin-left: auto;display: flex;}
.language ul{display: flex;height: 40px;margin-top: 10px;align-items: center;}
.language li{float: left;position: relative;font-family: "微软雅黑";}
.language li:not(:first-child) a{border-left:1px solid #4c8ccd ;}
.language li h3{float: left;width: 100%;text-align: center;z-index: 99;}
.language li h3 a{padding: 0 20px;float:left;display: block;width: 100%;font-size: 17px;margin-top: 0px;color: #fff;line-height: 16px;text-align: center;}
.headerMenu.scroll .language li h3 a{color: #fff;}

/* 顶部搜索 */
.search-top{display: none;z-index: -2;opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;align-items: center;background-color: #fff;justify-content: center;display:flex;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.search-top.on{opacity: 1;z-index: 2;margin-top: -20px;}
.search-top form{display: flex;background: #fff;height: 20px;}
.search-top input.input-text{border-bottom: 1px solid #4c8ccd;width: 200px;height: 20px;}
.search-top input.input-buttom{margin-left: 20px;background-color: #fff;background-image: url(../images/search2.png);width: 20px;height: 20px;}
.headerMenu.scroll .search-top.on{margin-top: 0;}
@media (max-width:1680px) {
	.header-nav li .box-tops{padding: 30px 0 ;}
}
@media (max-width:1405px){
	.header-main .header-nav li{width: 100px;}
	.header-nav li{width: 100px;}
	.search-box{margin-left: 20px;}
}
@media (max-width:1280px) {
	
	.header-nav li{width: 100px;}
	.header-nav li .box-tops{padding: 0;}
	.sec-nav dl dd{padding: 4px 0;}
	.sec-nav dl.two dd:nth-child(1){padding: 10px 0;}
}
@media (max-width:1201px){
	.header-main .header-nav li{width: 80px;}
}
@media (max-width:1080px){
	/* 12-16 */
	.language ul{display: none;}
	.header-nav li h3:hover+.sec-nav dl{opacity: unset;top:unset;}
	.sec-nav:hover dl{opacity: 1;top:100%;display: block;filter:alpha(opacity=1);}
	.sec-nav dl::after{display: none;}
	.header-nav li .sec-nav dl:hover{opacity: unset;top: unset;}
	
	.sec-nav dl{flex-direction: column;align-items: center;}
	.sec-nav{background: transparent;border-radius: 0px;justify-content: center;}
	.sec-nav dl dd a{color: #fff;}
	.header-nav li .box-tops{box-shadow: unset;}
	.sec-nav.two dl{width: 26%;}
	.header-nav li .box-tops{background: unset;}
	.headerMenu.scroll{padding-top: 0;}
	.header-nav{transform: translate(0);}
	.header-nav li .box-tops{width: 100%;display: block;top: 0;opacity: 1;position: unset}
	.sec-nav dl::before{display: none;}
	/* .header-nav li h3:hover+.sec-nav dl{opacity: 0;} */
	.header-nav{width: 100%;height: calc(100vh - 48px);overflow-y:auto ;background: rgba(0,111,186,0.9);position: fixed;left: 0;top: -120%;z-index: 1000;margin: -2px 0;padding: 60px 4%;}
	.header-nav ul{width: 100%;flex-direction: column;justify-content: flex-start;}
	.header-nav li{width: 100%;}
	.header-nav li h3 a{float:left;width: 100%;font-size: 16px;color: #fff;line-height: 64px;-webkit-transform: all 0.2s;text-align: center;font-weight: bold;}
	.headerMenu.open.scroll{height: 48px;}
	/* .header-nav li:hover .sec-nav dl{display:none;} */
	
	.headerMenu.open.scroll .header-nav li h3 a{color: #fff;}
	.header-search-btn{display:block;}
	.search-box{position: absolute;top:48px;right:48px;margin-top:0;display:none;z-index: 10;background: rgba(0,64,151,0.8);}
	.headerMenu.scroll .search-box{background:#004097;box-shadow: 0 2px 12px rgba(0,0,0,0.1);}
	
	.nav-two{margin-top: 50px;}
	.headerMenu2{padding-top: 0;height: 48px;}
	.headerMenu2.open .header-nav li h3 a{color: #fff;}
	
	.location .home span{margin: 0 10px;}
	.location .home a{font-size: 16px;}
	.location .news-return span{font-size: 16px;}
}
@media (max-width:772px){
	.headerMenu.open{height:48px;}
}
@media (max-width:768px){
	.sec-nav dl dd{margin: 0 20px;}
	.sec-nav.two dl{width: 42%;}
	.sec-nav dl dd{white-space: nowrap;}
	.sec-nav dl.two dd:nth-child(1){border-bottom: none;}
	.headerMenu .header-main .icon-nav-btn{margin-top: 17px;}
}
@media (max-width:540px) {
	.location .home{display: none;}
	.location{height:60px}
	.location .news-return span{line-height: 60px;}
}
@media (max-width:480px) {
	.header-nav li.cur h3 a span{padding: 5px 0;}
	.header-nav{padding: 6%;}
	.header-nav li h3{height: 40px;}
	.header-nav li h3 a{line-height: 40px;margin-top: 0;}
	.search-top input.input-text{width: 170px;}
	.search-top{justify-content: flex-end;padding-right: 90px;}
	.sec-nav dl.two dd:nth-child(1) a{font-size: 16px;}
	.sec-nav dl.two dd:nth-child(1){padding: 6px 0;}
	.sec-nav dl dd a{line-height: 24px;}
}

/* 底部 */
.footer{width:100%;background: #1c1c1c;position: relative;padding:58px 0 0;}
.footer-nav{float:right;margin-bottom: 80px;}
.footer-nav dl:first-child{margin-left: 0;}
.footer-nav dl{float:left;margin-left: 210px;}
.footer-nav dl dt{font-size:16px;color:#fff;line-height:20px;margin-bottom:40px;font-weight:bold;}
.footer-nav dl dt i{display:none;width:48px;height:48px;background:url(../images/icon-down01.png) no-repeat center;background-size:16px;         transition:all 0.2s;-webkit-transition:all 0.2s;}
.footer-nav dl dd a{font-size:16px;color:#999;display: block;margin-bottom: 24px;line-height:16px;transition:all 0.2s;-webkit-transition:all 0.2s;}
.footer-nav dl dd a:hover{color:#fff;}

.footer-logo{float: left;}
.footer-logo img{max-width: 100%;}

.footer-contact{float:right;width:45%;max-width: 340px}
.footer-contact .address{padding-left:44px;width:100%;float:left;background:url(../images/address.png) no-repeat left center;font-size:16px;color:#fff;line-height:22px;margin-bottom:28px;}
.footer-icon{float:left;width:100%;}
.footer-icon .icon{float:left;width:55px;margin-right:30px;}
.footer-icon .icon a img{display:block!important;max-width: 100%;}
.footer-icon .icon a{width: 100%;height: 100%;display: block;}

.icon{position: relative;}
.icon .iconx{visibility:hidden;opacity: 0;position: absolute;top:66px;transition:all 0.4s linear;-webkit-transition:all 0.4s linear;transition: 0.4s linear;}
.icon a:hover + .iconx{visibility: inherit;opacity: 1;}
.icon .iconx:hover {visibility: inherit;opacity: 1;}

.icon-box1{padding: 20px 12px;background: #fff;border-radius: 5px;float: left;}
.icon-box1 .tit{font-size: 16px;line-height: 30px;font-family: "微软雅黑";}
.icon-box1 .name{font-size: 18px;font-weight: bold;font-family: "Arial";line-height: 20px;white-space: nowrap;}
.icon-box2{background: #fff;bottom:365%;position: absolute;width: 100%;}
.icon-box2 img{padding: 10px;border-radius: 5px;background: #fff;}
.icon-box3{padding: 20px 12px;background: #fff;border-radius: 5px;float: left;}
.icon-box3 .tit{font-size: 16px;line-height: 30px;font-family: "微软雅黑";}
.icon-box3 .name{font-size: 18px;line-height: 26px;font-weight: bold;font-family: "Arial";line-height: 18px;white-space: nowrap;}


.copyright{width: 100%;display: flex;justify-content: space-between;;border-top:#333333 solid 1px;background: #1c1c1c;padding:54px 0;font-size:14px;color:#ccc;line-height:24px;text-align:center;font-family:"Arial";}
.copyright a{font-size:14px;color:#ccc;line-height:24px;}

@media (max-width:1680px) {
	.footer-nav dl{margin-left: 100px;}
	.copyright{padding: 2% 0;}
}
@media (max-width:1280px) {
	.footer-nav dl{margin-left: 40px;}
	.footer-nav dl dt{margin-bottom: 26px;}
	.footer-nav dl dd a{margin-bottom: 20px;}
}
@media (max-width:1080px){
	.footer-logo{display: none;}
	.footer-nav dl{margin-left: 0;}
	.footer{padding:40px 0;}
	.footer-nav{width:100%;margin-bottom: 4%;}
    .footer-nav dl{width:100%;}
	.icon .iconx{position: absolute;top:-100px;z-index: 6;}
    .iconx.icon-box2{top:-162px;}
	.footer-nav dl dt{margin-bottom:0px;border-bottom:#394668 solid 1px;line-height:48px;cursor:pointer;font-weight:normal;}
    .footer-nav dl dt i{display:block;float:right;}
    .footer-nav dl dd{display:none;padding:0 2.5% 0 28px;}
    .footer-nav dl dd a{font-size:14px;line-height:24px;height:24px;margin-top:8px;text-align:left;}

    .footer-contact{width:100%;max-width:100%;margin-top:40px;}
	.footer-contact .address{padding-left:32px;background-size:20px;font-size:14px;margin-bottom:20px;}
	.footer-icon .icon{width:40px;margin-right:20px;}

	.copyright{padding:12px;font-size:12px;line-height:20px;}
	.copyright a{font-size:12px;line-height:20px;}
}
@media (max-width:769px) {
	.footer{padding:4% 0;}
	.copyright{flex-direction: column;}
	.footer-nav dl dd a{margin-bottom: 10px;}
	.footer-nav dl dt{font-size: 14px;line-height: 40px;}
	.footer-nav dl dt i{background-size: 14px;height: 40px;}
}

</pre></body></html>